SceKernelCallbackInfo Struct Reference
[Thread Manager Library]

#include <src/user/pspthreadman.h>


Detailed Description

Structure to hold the status information for a callback.


Data Fields

SceSize size
 Size of the structure (i.e.
char name [32]
 The name given to the callback.
SceUID threadId
 The thread id associated with the callback.
SceKernelCallbackFunction callback
 Pointer to the callback function.
void * common
 User supplied argument for the callback.
int notifyCount
 Unknown.
int notifyArg
 Unknown.


Field Documentation

SceKernelCallbackFunction SceKernelCallbackInfo::callback
 

Pointer to the callback function.

void* SceKernelCallbackInfo::common
 

User supplied argument for the callback.

char SceKernelCallbackInfo::name[32]
 

The name given to the callback.

int SceKernelCallbackInfo::notifyArg
 

Unknown.

int SceKernelCallbackInfo::notifyCount
 

Unknown.

SceSize SceKernelCallbackInfo::size
 

Size of the structure (i.e.

sizeof(SceKernelCallbackInfo))

SceUID SceKernelCallbackInfo::threadId
 

The thread id associated with the callback.


The documentation for this struct was generated from the following file:
Generated on Tue Nov 21 11:46:05 2006 for pspsdk-1.0+beta2 by  doxygen 1.4.6